[INFO] cloning repository https://github.com/silppuri/rstrie
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silppuri/rstrie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilppuri%2Frstrie", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilppuri%2Frstrie'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6469b5e57b8ad2ee8d2d4998f04351d4f43967e7
[INFO] checking silppuri/rstrie against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilppuri%2Frstrie" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/silppuri/rstrie
[INFO] finished tweaking git repo https://github.com/silppuri/rstrie
[INFO] tweaked toml for git repo https://github.com/silppuri/rstrie written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silppuri/rstrie on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/silppuri/rstrie already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rstrie` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libcruby-sys v0.7.2
[INFO] [stderr]   Downloaded sequence_trie v0.3.5
[INFO] [stderr]   Downloaded cstr-macro v0.1.0
[INFO] [stderr]   Downloaded cslice v0.3.0
[INFO] [stderr]   Downloaded libc v0.2.34
[INFO] [stderr]   Downloaded helix v0.7.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d
[INFO] running `Command { std: "docker" "start" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rstrie` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libcruby-sys v0.7.2
[INFO] [stderr]     Checking libc v0.2.34
[INFO] [stderr]     Checking cslice v0.3.0
[INFO] [stderr]     Checking cstr-macro v0.1.0
[INFO] [stderr]     Checking sequence_trie v0.3.5
[INFO] [stderr]     Checking helix v0.7.2
[INFO] [stderr]     Checking rstrie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`Rstrie` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `Init_native`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the macro `codegen_define_method` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the macro `codegen_define_method` may come from an old version of the `helix` crate, try updating your dependency with `cargo update -p helix`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/lib.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ruby! {
[INFO] [stdout] 26 | |     pub class Rstrie {
[INFO] [stdout] 27 | |         struct {
[INFO] [stdout] 28 | |             trie: SequenceTrie<u8,VALUE>
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`Rstrie` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `Init_native`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the macro `codegen_define_method` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the macro `codegen_define_method` may come from an old version of the `helix` crate, try updating your dependency with `cargo update -p helix`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `codegen_define_method` which comes from the expansion of the macro `ruby` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: helix v0.7.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d", kill_on_drop: false }`
[INFO] [stdout] b410ad2634a7c90b348341a62a63d83c13904f3c96121bd9d5e7d19427e8121d
